Quickstart Guide: Deploy your first Application
Cuemby Platform allows you to deploy applications quickly and efficiently with minimal configuration. Whether you are deploying a containerized or non-containerized application, Cuemby automates the process, allowing you to focus on development rather than infrastructure.
This guide will walk you through:
-
Creating an Application Template (Defines how your application runs)
-
Creating an Environment (Sets up the space where your app will be deployed)
-
Creating a Runtime (Deploys your application and makes it accessible)
Prerequisites
Before deploying, ensure you have:
-
A Cuemby account with an organization & project set up.
-
Git integration enabled (GitHub/GitLab connected).
A repository with your application code (or use our public test repos here).